home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / chemistr / chem101.sit / Chem 101 / background_2720.txt < prev    next >
Text File  |  1989-08-27  |  4KB  |  178 lines

  1. -- background: 2720 from stack: in
  2. -- bmap block id: 3270
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Chem 101
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=225 top=308 right=331 bottom=251
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the number of this card is 1 then exit mouseUp
  23.   visual effect wipe right
  24.   go to previous card
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 13 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=466 top=300 right=338 bottom=505
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 1012 / 1012
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: recent
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect iris close
  44.   go to first cd
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 2 (button)
  50. -- low flags: 00
  51. -- high flags: 2000
  52. -- rect: left=258 top=308 right=331 bottom=283
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 1013 / 1013
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Next
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual effect wipe left
  64.   go to next card
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 17 (field)
  70. -- low flags: 01
  71. -- high flags: 0000
  72. -- rect: left=147 top=59 right=76 bottom=315
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 0
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 8192
  79. -- line height: 16
  80. -- part name: Card Name
  81.  
  82.  
  83. -- part 18 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=8 top=300 right=335 bottom=43
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 24539 / 24539
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Home
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go home
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 21 (button)
  103. -- low flags: 00
  104. -- high flags: 2000
  105. -- rect: left=47 top=301 right=334 bottom=86
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 1141 / 1141
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: Periodic Table
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   visual effect dissolve
  117.   go to cd "Periodic Table"
  118. end mouseUp
  119.  
  120.  
  121.  
  122.  
  123.  
  124. -- part 24 (button)
  125. -- low flags: 00
  126. -- high flags: 2000
  127. -- rect: left=90 top=301 right=334 bottom=127
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 17400 / 17400
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Workbook
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   visual effect dissolve
  139.   go to cd "Workbook"
  140. end mouseUp
  141.  
  142.  
  143.  
  144.  
  145.  
  146. -- part 27 (field)
  147. -- low flags: 01
  148. -- high flags: 0000
  149. -- rect: left=281 top=313 right=330 bottom=449
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 0
  153. -- font id: 3
  154. -- text size: 9
  155. -- style flags: 0
  156. -- line height: 12
  157. -- part name: cont
  158.  
  159.  
  160. -- part 34 (button)
  161. -- low flags: 00
  162. -- high flags: 2000
  163. -- rect: left=422 top=301 right=339 bottom=461
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 18417 / 18417
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: recent
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   visual effect iris close
  175.   go to recent card
  176. end mouseUp
  177.  
  178.